home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 1997.ZIP / READ.ME < prev    next >
Text File  |  1990-05-25  |  5KB  |  91 lines

  1.  
  2.                             Michael Burton Software
  3.                             15540 Boot Hill Rd.
  4.                             Hayden Lake, Idaho 83835
  5.                             (208)772-9347 after 6 p.m. PST
  6.  
  7.  
  8. FILE          CATEGORY    DESCRIPTION
  9. ------------  ----------  ---------------------------------------------
  10. ASC-SCAN.ARC  Utility     Displays whatever comes from interrupt 16H for 
  11.                           a particular key depression, in ASCII, 
  12.                           hexadecimal and decimal.  Written in DeSmet C. 
  13.  
  14. COM20SRC ARC  Comm. Supp. Implement buffered communications for Turbo 
  15.                           Pascal V4.0. Supports COM1 and COM2.
  16.  
  17. COMHEX42.ARC  Comm.       Display any characters coming from the serial 
  18.                           port in two windows.  One window shows the 
  19.                           character in ASCII and the other window shows 
  20.                           the character in hexadecimal.  This program 
  21.                           has a macro facility to allow you to send any 
  22.                           character strings to the serial port.  It also 
  23.                           allows the input from the serial port to be 
  24.                           masked with an AND mask, an OR mask, an XOR 
  25.                           mask or a combination of the three.  Written 
  26.                           in Turbo PASCAL V4.0.
  27.  
  28. GETENV   ARC  Lang. Supp. Get an environment variable's contents.  For
  29.                           use with Turbo Pascal V4.0.
  30.  
  31. INPFLD10.ARC  Lang supp.  Input a string of characters. Optionally 
  32.                           allows complete editing of the field, limited 
  33.                           input using a template of legal characters, 
  34.                           autoexiting and automatic uppercase 
  35.                           translation. Allows positioning of the string 
  36.                           and description of the strings attributes. Source 
  37.                           code provided for Turbo C.
  38.  
  39. INPFLD14 ARC  Lang. Supp. Input a string of characters. Optionally 
  40.                           allows complete editing of the field, limited 
  41.                           input using a template of legal characters, 
  42.                           autoexiting and automatic uppercase 
  43.                           translation. Allows positioning of the string 
  44.                           and description of the strings attributes. Source 
  45.                           code provided for use with Turbo PASCAL V3.0.
  46.  
  47. INPFLD16 ARC  Lang. Supp. Same as INPFLD14. INPFLD15.TPU supports Turbo Pascal
  48.                           V4.0 and INPFLD16.TPU supports Turbo Pascal 5.0.
  49.  
  50. MCBSEG   ARC  Utility     Display the DOS memory control block chain.  Useful 
  51.                           for determining how much actual memory programs take 
  52.                           up.  Compiled with Borland Turbo C version 1.5.
  53.  
  54. MCD108   ARC  Utility     Mouse Cursor Designer.  Allows programmers to design 
  55.                           custom cursors for their applications that use 
  56.                           Microsoft compatible mice.  Generates source code 
  57.                           for the custom cursor in C, Pascal, Basic or 
  58.                           assembly language.  Comes with 42 example cursors.  
  59.                           Compiled with Borland Turbo C version 2.0.
  60.  
  61. PRGCALC  ARC  Utility     A 32 bit integer programmer's calculator.  Supports
  62.                           logical operations, shift operations, number base
  63.                           conversions, etc.  Optionally RAM resident.
  64.                           Compiled with Borland Turbo C version 1.0.
  65.  
  66. SCNCOD22.ARC  Utility     Look directly at the keyboard input port 
  67.                           (bypassing BIOS) to see the keyboard scan 
  68.                           codes.  Display the scancodes in ASCII and 
  69.                           hexadecimal in two windows, like COMMHEX.  You 
  70.                           can even see what codes CTL-NumLock and CTL-
  71.                           ALT-DEL generates, since these two are 
  72.                           disabled.  The ASCII window display uses its 
  73.                           own look up tables, so don't blame your 
  74.                           computer if an ASCII code is displayed wrong - 
  75.                           blame this program.  Be sure to use the batch 
  76.                           file to start this program.  CANNOT BE USED 
  77.                           WITH RAM RESIDENT PROGRAMS THAT TAKE OVER THE 
  78.                           KEYBOARD INTERRUPTS (like SideKick). Written 
  79.                           in Turbo PASCAL V3.0.
  80.  
  81. WINDO26  ARC  Lang Supp.  Fast, snow-free windowing routines for Turbo 
  82.                           PASCAL version 3.0.  Up to 255 color windows with 
  83.                           nine different borders.  No management (last window 
  84.                           on screen is first one removed). Version 2.6 of 16 
  85.                           September 1987 has shadow effects and enhanced 
  86.                           titling capabilities. 
  87.  
  88. WINDO28  ARC  Lang. Supp. Same as WINDO26. WINDO27.TPU supports Turbo Pascal 
  89.                           4.0 and WINDO28.TPU supports Turbo Pascal 5.0.
  90.  
  91.